home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3903 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: sourcery.han.de!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer
  3. References: <19960217.7D84090.A425@mojaveg.ridgecrest.ca.us>
  4. From: "Olaf Barthel" <olsen@sourcery.han.de>
  5. Date: Mon, 19 Feb 1996 10:33:38 +0100
  6. X-NewsReader: IntuiNews 1.3a (7.9.95)
  7. Subject: Re: How adjust window borders?
  8. Message-ID: <13213637@sourcery.han.de>
  9.  
  10. In Article <19960217.7D84090.A425@mojaveg.ridgecrest.ca.us>, Everett M. Greene <mojaveg@ridgecrest.ca.us> wrote:
  11. > I wish to be able to directly control the size of the window borders
  12. > for a window which has no border gadgets or text.  The window opens
  13. > as desired but I would prefer to have all four borders a bit wider.
  14. > The implications in the RKM are that WA_InnerWidth and WA_InnerHeight
  15. > should have some effect on border widths, but trying these seems to
  16. > have no visible effect whatsoever.  Any ideas?
  17.  
  18.    WA_InnerWidth and WA_InnerHeight just serve the purpose to deliver a Window
  19. with an interior area of specified width and height, regardless of how large
  20. the Window borders will turn out.
  21.  
  22. > What are InnerWidth and InnerHeight supposed to do?  The RKMs are
  23. > not very enlightening on this.  [I notice that when selecting these
  24. > from GadToolsBox, nothing get inserted into the code, an implication
  25. > that InnerWidth and InnerHeight do nothing.]
  26.  
  27.    You use these two in place of the WA_Width and WA_Height tags which would
  28. give you a Window of the given size including the borders. This means, the
  29. Window interior will be smaller than you asked for.
  30.  
  31. --
  32. Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
  33.  Net: olsen@sourcery.han.de
  34.